object frmSpecialChar: TfrmSpecialChar Left = 165 Top = 346 Width = 510 Height = 318 Caption = 'Insert Special Characters' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object grdSpecial: TStringGrid Left = 0 Top = 29 Width = 502 Height = 259 Align = alClient ColCount = 22 DefaultColWidth = 25 DefaultRowHeight = 25 FixedCols = 0 RowCount = 12 FixedRows = 0 Font.Charset = SYMBOL_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Comic Sans MS' Font.Style = [] ParentFont = False TabOrder = 0 OnDblClick = grdSpecialDblClick OnSelectCell = grdSpecialSelectCell end object barTools: TSpeedBar Left = 0 Top = 0 Width = 502 Height = 29 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Options = [sbFlatBtns] BtnOffsetHorz = 3 BtnOffsetVert = 3 BtnWidth = 24 BtnHeight = 23 Images = frmMain.lstImages BevelOuter = bvNone PopupMenu = pumToolBar TabOrder = 1 InternalVer = 1 object lblClick: TLabel Left = 124 Top = 0 Width = 361 Height = 29 AutoSize = False Caption = 'Double-click on character to insert into workspace at cursor pos' + 'ition' PopupMenu = pumToolBar Layout = tlCenter end object lblChar: TLabel Left = 44 Top = 0 Width = 65 Height = 29 Alignment = taCenter AutoSize = False Caption = 'lblChar' Layout = tlCenter end object secFile: TSpeedbarSection Caption = 'File' end object btnClose: TSpeedItem Caption = 'Close' Hint = 'Close insert special characters and return to NotePads+' ImageIndex = 50 Spacing = 1 Left = 3 Top = 3 Visible = True OnClick = btnCloseClick SectionName = 'File' end end object strPreferences: TFormStorage IniFileName = '\Software\JSoft Consulting\NotePads+' IniSection = 'Special Characters' UseRegistry = True StoredProps.Strings = ( 'barTools.Options' 'mniExplore.Checked' 'mniStandard.Checked') Left = 52 Top = 152 end object pumToolBar: TPopupMenu Left = 80 Top = 152 object mniExplore: TMenuItem Caption = 'I&Explorer Style' Checked = True GroupIndex = 4 Hint = 'Display too bar with flat buttons' RadioItem = True OnClick = UpdateMenus end object mniStandard: TMenuItem Tag = 1 Caption = 'S&tandard Style' GroupIndex = 4 Hint = 'Display tool bar with raised buttons' RadioItem = True OnClick = UpdateMenus end end end